home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / qbbs / ezzsa.zip / EZZSA.DOC < prev    next >
Text File  |  1990-06-13  |  4KB  |  126 lines

  1. Hello, and welcome to EZZSA.  I am sure that there are those of you
  2. asking what that might stand for..  well, it stands for
  3. Entferat Zugang Ziellos Seite Auswahlen, or in english, Remote
  4. Access Random Page Selector.  I came up with the name since my
  5. first version (RANDOM_1) was too close in name to another program
  6. that did somewhat what mine does.  So after a long night of trying
  7. to come up with a name, I spotted my German/English dictionary,
  8. and came up with EZZSA..  I thought it stood out.. <smile>
  9.  
  10. Now, for the important stuff.. how to make it work..
  11.  
  12. 1) Copy the files EZZSA.EXE and EZZSA.CFG to either your \RA
  13.    directory, or one of your chosing.. it does not matter where
  14.    they are located at, as long as it is run from the directory
  15.    where the .CFG file is located.
  16.  
  17. 2) Set up a directory for your page files, and place all of your
  18.    page files there.
  19.  
  20. 3) Set up the .CFG files as follows:
  21.  
  22.     C:\RA\
  23.     C:\RA\PAGE\
  24.  
  25. **NOTE** the trailing \ is NEEDED!
  26.  
  27. That is all that is needed for basic operations.. the first line is
  28. where the RA program will be, since Remote Access looks for the
  29. PAGE.RA to be in it's directory.  The second line is where to find
  30. the various page files to be selected from.  There can be up to
  31. 400 pages files in there at this time.  If you need more space than
  32. that, let me know, and I will personally customize this program for
  33. you, in exchange for copies of those page files.. <grin>
  34.  
  35. Now, for the added features... you can set up certain page files to
  36. be selected during certain times of the year.. holiday music and
  37. the like..  the steps are as follows:
  38.  
  39. 1) Add the following commands to the .CFG file
  40.  
  41.   SS:MMDD->MMDD
  42.  
  43. Where the SS is the set number, from 01 to 99 (must be a two digit
  44. number, the first MMDD is the starting month/day, and the one following
  45. the -> is the ending Month/Day.. like so:
  46.  
  47.     01:1220->1228
  48.  
  49. Which will select from set 01 between December 20th and December 28th.
  50.  
  51. 2) Then, select the page files that you want to be in that set, and
  52. rename them from PAGENAME.RA to PAGENAME.R##, with the ## being the set
  53. number...  i.e. ROSE.RA become ROSE.R01.
  54.  
  55. You can have up to 99 sets, and the starting/ending month/day can be the
  56. same if you only want that set for that day...
  57.  
  58. ### Note, please remember that the starting Month/Day MUST be less that
  59. the ending Month/Day.. 1220->1228, and NOT 1229->1210, or else that
  60. set WILL BE IGNORED..
  61.  
  62. Example:
  63. You have the following sets in your config file:
  64. 01:1220->1225
  65. 02:0101->0102
  66.  
  67. If the date is between 1220 and 1225, the following page files will be 
  68. considered for Page.Ra
  69. Xmas.R01
  70. SlntNght.R01
  71. (and so forth)
  72. During 0101 and 0102, NewYear1.R02 and NewYear2.R02 will be the only 
  73. ones considered.
  74.  
  75. If the system date does not fall between the dates listed in the config 
  76. file, *.RA will be the files considered.
  77.  
  78. There are three error levels possible with this program:
  79. (0) No errors, file copied ok
  80. (1) File not copied due to listed error
  81. (4) Unknown Error, PLEASE LET ME KNOW ABOUT THIS ONE
  82.  
  83. If you have any comments, suggestions, or ideas, please send them
  84. to me:
  85.     James Rhodes
  86.     8749 Chesterfield Road
  87.     Southaven, MS 38671
  88.  
  89.     or
  90.     Fidonet 1:123/13.4
  91.  
  92. This program is POSTware.. I retain FULL copywrites, and promise only
  93. that this program will take up valuable disk space till it is deleted.
  94. Nothing more!  If you like and use this program, please spend enough
  95. to mail me a postcard letting me know that you are using it...  If you
  96. happen to send me money also, I will not complain.. <grin>
  97.  
  98. Enjoy!
  99.  
  100. Thanks to:
  101.     Buck Buckingham 1:123/22
  102.     John Worthington 1:123/5
  103.     Rusty Ferguson 1:123/13
  104.     Turbo C 2.0
  105.     Remote Access
  106.     and last, but never least
  107.     the Fidonet C echo for listening to my
  108.     silly questions, and answering them.
  109.  
  110.  
  111. **Coming Soon.. RACOMPRESS.. run Remote Access in as little as 2K...
  112. (if you belive that one, I have some land for sale also)
  113. <grin>
  114.  
  115. (c)copywritten June 10th, 1990 by James Rhodes
  116.  
  117. All other programs are copywritten by their Authors, and will remain
  118. that way till they tell you otherwise.
  119.  
  120. History:
  121. May  1990  .01 Basic setup, bad name to program
  122. June 1990 1.0 Added Date/Sets in Config, to allow page files by dates
  123. June 1990 1.1 Fixed a few minor bugs that limited program to 13 page files
  124.           and added more detailed error trapping
  125.     
  126.